home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / wrdply17.zip / WRDPLAY.DOC < prev    next >
Text File  |  1992-04-12  |  16KB  |  355 lines

  1.  
  2.                                  WORDPLAY 1.7
  3.                                  ============
  4.  
  5.          One of The Livewire BBS PCBoard(TM) multi-BBS Doorware programs.
  6.                   Supporting PCBoard, Wildcat!, Gap, QBBS, RBBS,
  7.                   Remote Access, SpitFire, WWIV and many others.
  8.  
  9.                                       By
  10.  
  11.                                 Richard Paquette
  12.                                    PO Box 416
  13.                               Mt. Laurel, NJ 08054
  14.  
  15.                                (C) Copyright 1990
  16.                                All Rights Reserved
  17.  
  18.  
  19.                      DOOR DESCRIPTION!
  20.                                 ================
  21.  
  22.   This door is rather simple but difficult.. You will be given a large word
  23. taken directly from a Webster Dictionary. The word consists of 8 or more
  24. letters. Hopefully, you will register this door, get the utility to add words
  25. and make them as large as you can find.
  26.  
  27.   When given the word, you are asked to match 10 smaller words that we have
  28. already entered into the worddata.dat file via the utility I just mentioned.
  29. If the caller matchs a word, they are given 50 points. BUT; they are only
  30. allowed TWO mistakes, then out they go... at that time they have the chance to
  31. view what TEN smaller words where associated with the Large word.. of course,
  32. only for TWO seconds.. even a print screen would probably be very hard to do.
  33.  
  34.   The ten smaller words are made up of letters in the large word.. get the
  35. idea right, well.. get it set up and try it out yourself.. after you register,
  36. you will have access to a "wordutil.exe" which will allow you to add words to
  37. your worddata.dat file BUT; please DO NOT ALTER worddata.dat file with any
  38. kind of editor.. 
  39.  
  40.                                       FILES
  41.                                       =====
  42.              The following files are packaged with WRDPLAY1.ZIP
  43.  
  44.  wrdplay.exe   <--- executable program must be in directory at all times
  45.  wrdplay.cfg   <--- sample configuration file, must have one for each node
  46.  worddata.dat  <--- question and answer file, must be in directory
  47.  wrdplay       <--- sample batch file
  48.  wrdplay.doc   <--- what you are now reading
  49.  history.doc   <--- what's new in each upgrade
  50.  
  51.  
  52. CONFIGURATION
  53. -------------
  54.         My suggestion to any PCBoard Sysop running Ver 14.5+ is to call
  55.         USERS.SYS in your CFG file.. .... the registration numbers go on
  56.         line 5!
  57.  
  58.         EXAMPLE CONFIGURATION FILE FOR PCBOARD.SYS
  59.         ------------------------------------------
  60.  
  61.         C:\PCB\PCBOARD.SYS  <=-  (Full pathname of your PCBOARD.SYS file)
  62.         The Livewire BBS    <=-  (Change this to your BBS name)
  63.         Richard             <=-  (The Sysop's first name)
  64.         Paquette            <=-  (The Sysop's last name)
  65.  
  66.         EXAMPLE CONFIGURATION FILE FOR USERS.SYS
  67.         ------------------------------------------
  68.  
  69.         C:\PCB\USERS.SYS    <=-  (Full pathname of your USERS.SYS file)
  70.         The Livewire BBS    <=-  (Change this to your BBS name)
  71.         Richard             <=-  (The Sysop's first name)
  72.         Paquette            <=-  (The Sysop's last name)
  73.  
  74.         EXAMPLE CONFIGURATION FILE FOR NEW WILDCAT
  75.         ------------------------------------------
  76.  
  77.         C:\CAT\USERINFO.DAT <=-  (Full pathname of your USERINFO.DAT file)
  78.         The Livewire BBS    <=-  (Change this to your BBS name)
  79.         Richard             <=-  (The Sysop's first name)
  80.         Paquette            <=-  (The Sysop's last name)
  81.  
  82.         EXAMPLE CONFIGURATION FILE FOR DOOR.SYS
  83.         ---------------------------------------
  84.  
  85.         C:\BBS\DOOR.SYS     <=-  (Full pathname of your DOOR.SYS file)
  86.         The Livewire BBS    <=-  (Change this to your BBS name)
  87.         Richard             <=-  (The Sysop's first name)
  88.         Paquette            <=-  (The Sysop's last name)
  89.  
  90.         EXAMPLE CONFIGURATION FILE FOR CALLINFO.BBS
  91.         -------------------------------------------
  92.  
  93.         C:\BBS\CALLINFO.BBS <=-  (Full pathname of your CALLINFO.BBS file)
  94.         The Livewire BBS    <=-  (Change this to your BBS name)
  95.         Richard             <=-  (The Sysop's first name)
  96.         Paquette            <=-  (The Sysop's last name)
  97.  
  98.         EXAMPLE CONFIGURATION FILE FOR DORINFOx.DEF
  99.         -------------------------------------------
  100.  
  101.         C:\BBS\DORINFOx.DEF <=-  (Full pathname of your DORINFOx.DEF file
  102.                                   where 'x' is the BBS Node number.
  103.         The Livewire BBS    <=-  (Change this to your BBS name)
  104.         Richard             <=-  (The Sysop's first name)
  105.         Paquette            <=-  (The Sysop's last name)
  106.  
  107.         EXAMPLE CONFIGURATION FILE FOR SFDOORS.DAT
  108.         ------------------------------------------
  109.  
  110.         C:\BBS\SFDOORS.DAT  <=-  (Full pathname of your SFDOORS.DAT file)
  111.         The Livewire BBS    <=-  (Change this to your BBS name)
  112.         Richard             <=-  (The Sysop's first name)
  113.         Paquette            <=-  (The Sysop's last name)
  114.  
  115.         EXAMPLE CONFIGURATION FILE FOR CHAIN.TXT
  116.         ----------------------------------------
  117.  
  118.         C:\BBS\CHAIN.TXT    <=-  (Full pathname of your CHAIN.TXT file)
  119.         The Livewire BBS    <=-  (Change this to your BBS name)
  120.         Richard             <=-  (The Sysop's first name)
  121.         Paquette            <=-  (The Sysop's last name)
  122.  
  123.                                  ==============
  124.  
  125.                               WORDPLAY BATCH FILE
  126.  
  127. This is the batch file whose name is entered in PCBSETUP. It should reside in
  128. your default PCB directory. Leave this as is except for changing the paths.
  129.  
  130.           ECHO OFF
  131.           E:
  132.           CD\WRDPLAY
  133.           WRDPLAY WRDPLAY.CFG  <--- Please read NOTE below
  134.           C:
  135.           CD\PCB
  136.           BOARD
  137.  
  138.  NOTE: WORDPLAY requires the presence of BRUN45.EXE either in the
  139.        same directory as WORDPLAY or accessible via PATH. If you set
  140.        your library in autoexec.bat and all the brun files there,
  141.        then you have no problems.. 
  142.  
  143.         SET MYLIB = C:\MYLIB
  144.  
  145.         Be sure to put all your brun*.exe files in the mylib directory!
  146.  
  147.  IMPORTANT NOTE FOR NON STANDARD IRQ's:
  148.  
  149.                   Supports COM 1 to 4 on the standard IRQ's
  150.                     Com1/Com3 = IRQ4 and Com2/Com4 = IRQ3
  151.  
  152.                You can make use of the IRQ environment variable
  153.  
  154.     If you wish to use a non-standard IRQ, add the IRQ number after the 
  155.  configuration filename. For example the program is STORE and you want to use 
  156.  Com1 and IRQ5. The command line passed to your door would be:
  157.  
  158.                             STORE STORE.CFG /5 
  159.                                    or
  160.              STORE STORE.CFG /%IRQ% using the environment variable
  161.  
  162.     The /5 tells STORE to use IRQ5 rather than the standard IRQ4 that is
  163.  normally used with COM1. No /x parameter is needed for the standard IRQ's.
  164.  
  165.         You can also make use of the Drive and Directory environment variable
  166.  such as %PCBDRIVE% and %PCBDIR% in the first line of you cfg file so that you
  167.  can use one file for all nodes..
  168.  
  169.                     ------------------------------------
  170.  
  171.                                 BULLETINS
  172.                                 ---------
  173.                 WordPlay creates three additional files called:
  174.  
  175.                       wrdplay.blt  <--- ascii bulletin
  176.                       wrdplayg.blt <--- ansi bulletin
  177.                       wrdplay.bul  <--- bulletin control file
  178.  
  179.         These are created in the default directory where the door is being
  180.         run from.. if you would like to redirect the *.blt files, then edit
  181.         "WRDPLAY.BUL" on the first line. Enter the path you would like to
  182.         have the *.blt files go etc... 
  183.  
  184.         Example:       Wrdplay.blt
  185.                        0,noname
  186.                        0,noname
  187.                etc.....
  188.  
  189.         Edit:          c:\pcb\gen\blt1    <--- DO NOT add the G
  190.                        0,noname
  191.                0,noname
  192.                etc.....
  193.                
  194.                     ------------------------------------
  195.  
  196.                                 DOOR OPERATION
  197.                                 --------------
  198.   
  199.   F3    -   Toggles the printer On/Off.
  200.             Value is passed to PCBoard.
  201.   F4    -   Toggles the Page Bell On/Off.
  202.             Value is passed to PCBoard.
  203.   F5    -   DOS Shell.  Allows SysOp to exit to DOS from inside a DOOR.
  204.   F7    -   Toggles the Caller Alarm On/Off.
  205.             Value is passed to PCBoard.
  206.   F8    -   Returns the caller involuntarily to PCBoard.
  207.             Without letting them know that the sysop called them back!
  208.   F9    -   Toggles the local display On/Off.
  209.             Value is passed to PCBoard.
  210.   F10   -   Activates SysOp CHAT mode within the DOOR.
  211.  
  212.   ESC   -   Deactivates CHAT mode.  DOOR is resumed.
  213.   HOME  -   HELP key for status line options.
  214.   UP    -   Allows the SysOp to temporarily give the caller extra time
  215.             while in the DOOR.  This time is NOT passed to PCBoard.
  216.   DN    -   Allows the SysOp to temporarily subtract time from the
  217.             caller while in the DOOR.  This time is NOT passed to PCBoard.
  218.   ALT-N -   SysOp next on toggle.
  219.             Value is passed to PCBoard.
  220.   ALT-X -   PCBoard will exit after current caller logs off.
  221.             Value is passed to PCBoard.
  222.  
  223.                             WATCHDOG/CTTY/ANSI.SYS
  224.                             ----------------------
  225.  
  226.         CTTY and WATCHDOG are not required and should not be used with
  227.         this program.  WORDPLAY contains its own communication routines
  228.         which monitor the COM port.  If carrier is lost, it will return
  229.         to PCBoard where the BBS will log the user off the system.
  230.         ANSI.SYS, or something similar, is required for WORDPLAY to
  231.         function properly!
  232.  
  233.                                  DISTRIBUTION
  234.                                  ------------
  235.  
  236.         WORDPLAY is COPYRIGHTED by Richard Paquette, with all rights reserved.
  237.         This program is being distributed via the SHAREWARE concept and as
  238.         such, may be copied freely with the following restrictions:
  239.  
  240.                 * The program must be supplied in it's original
  241.                   unmodified form, including documentation.
  242.  
  243.                 * WORDPLAY may not be distributed as part of any
  244.                   commercial application or service without the
  245.                   express, written consent of the author.
  246.  
  247.                 * Vendors of Shareware/Public Domain software may
  248.                   not distribute this program without the express,
  249.                   written consent of the author.
  250.  
  251.                                  REGISTRATION
  252.                                  ------------
  253.  
  254.         WORDPLAY represents many hours of programming and the author
  255.         deserves just compensation for his time, efforts and expertise.
  256.         If you find this program to be of some value and you continue
  257.         to use it on your BBS system, you must return the registration
  258.         form provided along with the registration fee. Registration
  259.         entitles you to free upgrades via modem from The Livewire's Support
  260.  
  261.         Additional upgrades/support to the BBS are available at $15.00 per
  262.         year. Payments should be made in the form of a check or money order
  263.         (do NOT send cash!). Foreign orders must be in U.S. funds drawn on a
  264.         U.S. bank.
  265.  
  266.            **********           REGISTER ONLINE          ***********
  267.  
  268.         You may also call The Livewire BBS and register online via
  269.         Visa or Mastercard using our online Credit Card door which will 
  270.         produce your registration number on the spot! At the main board
  271.         prompt just type  REGISTER  and presto.. 
  272.  
  273.         Suggestions and/or comments may be sent to the address below or
  274.         via electronic mail: 
  275.  
  276.                   HUBSNJ for RelayNet and Node ID is: LIVEWIRE
  277.                   HUBNJ for Intelec and Node ID is: LIVEWIRE
  278.                   HUBNJ for AFter Dark and Node ID is: LIVEWIRE
  279.  
  280.                                 Richard Paquette
  281.                                 The Livewire BBS     
  282.  
  283.          Public Free Access Node 1 (609) 235-5297 MNP/5 - 300/1200/2400
  284.  
  285.          L I V E W I R E   D O O R   R E G I S T R A T I O N   F O R M 
  286.  
  287.       TO:    The Livewire BBS                            Date___/___/___ 
  288.              P.O. Box 416  
  289.              Mt. Laurel, NJ 08054
  290.  
  291.             (Please use capitalization and punctuation where necessary.)
  292.  
  293.       FROM:  SysOp Name: _______________________________________________ 
  294.  
  295.              BBS Name: _________________________________________________
  296.  
  297.              Address: __________________________________________________ 
  298.  
  299.              City: ______________________ State: __________ ZIP: _______ 
  300.  
  301.              Voice: (   ) _________________ BBS: (   ) _________________
  302.  
  303.              BBS Software: _____________________ BBS Hours: ____________
  304.  
  305.              Baud Rates:________________________                 (01-15)
  306.  
  307.       SOFTWARE                          VERSION                   PRICE 
  308.       --------                          -------                   -----
  309.  
  310.       CD Sub ............................ 3.8 ................. $ 30.00 __
  311.       Sex Quiz .......................... 2.1 ................. $ 35.00 __
  312.       Trek Trivia Online ................ 3.1 ................. $ 30.00 __
  313.       Lottery ........................... 3.9 ................. $ 20.00 __
  314.       WordPlay .......................... 1.7 ................. $ 20.00 __
  315.       Facts ............................. 2.5 ................. $ 20.00 __
  316.       Choice ............................ 2.1 ................. $ 20.00 __
  317.       Races ............................. 2.2 ................. $ 20.00 __
  318.       LiveStore ......................... 3.8 ................. $ 35.00 __
  319.       Feud .............................. 1.4 ................. $ 20.00 __
  320.       Tune .............................. 2.0 ................. $ 30.00 __
  321.       TvTrivia .......................... 1.6 ................. $ 30.00 __
  322.       Match-It .......................... 1.2 ................. $ 20.00 __
  323.       Colors ............................ 1.1 ................. $ 20.00 __
  324.       
  325.                                                         (Total: $350.00)
  326.  
  327.       Register all of the above at once ....................... $250.00 __
  328.       
  329.       (NJ residents add 7% tax)                                   _____
  330.  
  331.       (Foreign orders add $10.00 for shipping)                    _____
  332.  
  333.       Total                                                     $ _____ 
  334.  
  335.                                 F E E D B A C K 
  336.                                 ---------------
  337.  
  338.       I learned of this program from:
  339.  
  340.                 [  ] - Salt Air BBS     [  ] - Computer Club
  341.                 [  ] - Another BBS      [  ] - Compuserve
  342.                 [  ] - GEnie            [  ] - Other Source 
  343.  
  344.       If you checked off Another BBS, could you please let us know
  345.       which one:_____________________________________________________
  346.  
  347.       COMMENTS: _____________________________________________________ 
  348.       _______________________________________________________________ 
  349.       _______________________________________________________________ 
  350.       _______________________________________________________________ 
  351.       _______________________________________________________________ 
  352.       _______________________________________________________________ 
  353.       _______________________________________________________________ 
  354.       _______________________________________________________________ 
  355.